home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 5 / Windows 6-Pak (InfoMagic) (Disc 5) (1999).ISO / Misc-Programming-Tools / regen01.exe / RESTORE.TXT < prev    next >
Text File  |  1998-09-02  |  705b  |  28 lines

  1. ###### Restoring your registry ####### (copyright) Greg Lorriman 1998
  2.  
  3. This program assumes that you have a backup of your registry
  4. created by the program "Registry enumerator" or Regenum.
  5.  
  6. The backup can be found in <windows directory>\regbackup - typically :
  7.  
  8.     c:\windows\regbackup
  9.  
  10. To restore (typical dos commands lower down) :
  11.  
  12. boot into 'command prompt only'
  13. goto the windows directory 
  14. remove the s h and r attributes from all 'dat' files
  15. copy the dat files to dxx
  16. goto the regbackup directory
  17. copy the files to the windows directory (confirming replacement)
  18. restart windows
  19.  
  20. Dos commands :
  21.  
  22. cd \windows
  23. attrib -r -h -s *.dat
  24. copy *.dat *.dxx
  25. cd regbackup
  26. copy *.dat ..
  27.  
  28.